From: Martin Stjernholm Date: Tue, 28 Jan 2003 00:41:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28557 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4402c84f6dfc942254827d112512637c55eee5c5;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b44c14d89e..0158be9c7d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2003-01-28 Martin Stjernholm + + * progmodes/cc-vars.el, progmodes/cc-mode.el + (c-require-final-newline): Made this variable an alist to + specify a value for each language. The default value causes + `require-final-newline' to be set to t only in languages where + the standard requires a final newline. + 2003-01-27 Kim F. Storm * simple.el (kill-new): Improve doc string for yank-handler.